home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / MONITOR / ITALK10.ARJ / DEMO.BAT < prev    next >
DOS Batch File  |  1992-04-04  |  1KB  |  27 lines

  1. @ECHO OFF
  2. CLS
  3. CRLF.COM
  4. ECHO    **************************************************************************
  5. ECHO    *                                                                        *
  6. ECHO    *  The following example using ITALK,  demonstrates option number 4.     *
  7. ECHO    *  To quit the program when using any of the 4 options simply press ESC. *
  8. ECHO    *                                                                        *
  9. ECHO    ************************************************************************** 
  10. @ECHO OFF
  11. CRLF.COM
  12. PAUSE     
  13. WHITE.COM
  14. ITALK.EXE /4
  15. CLS
  16. CRLF.COM
  17. ECHO    **************************************************************************
  18. ECHO    *                                                                        *
  19. ECHO    *  The next example will blank the screen and wait for someone to press  *
  20. ECHO    *  a key, then ITALK comes alive!  Simply press ESC to quit the program. *
  21. ECHO    *                                                                        *
  22. ECHO    ************************************************************************** 
  23. @ECHO OFF
  24. CRLF.COM
  25. PAUSE     
  26. ITALK.EXE /1
  27. CLS